home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000357_fdc@columbia.edu_Wed Feb 6 14:55:56 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  61 lines

  1. Article: 13198 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Kermit as SFTP replacement
  6. Date: 6 Feb 2002 14:40:55 -0500
  7. Organization: Columbia University
  8. Lines: 45
  9. Message-ID: <a3s0s7$na9$1@watsol.cc.columbia.edu>
  10. NNTP-Posting-Host: watsol.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1013024462 2235 128.59.39.139 (6 Feb 2002 19:41:02 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 6 Feb 2002 19:41:02 GMT
  14. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13198
  15.  
  16.  
  17. Hi all.  A few weeks ago (Jan 14) I announced here that there would be a
  18. mini-re-release of C-Kermit 8.0 that fixed a few bugs and added two new
  19. features: the SET LOCUS command (for pointing file management commands at
  20. the local computer or the remote server) and a Caller ID feature for use
  21. when answering incoming modem calls.
  22.  
  23. Since then several more bugs were fixed and an important new feature added:
  24.  
  25.   C-Kermit is now installable as an SSH v2 subsystem
  26.  
  27. Yes folks, you're not stuck with SFTP any longer, with its "the whole
  28. world is Unix" approach to file transfer, its lack of flexibility and
  29. power, and its un-scriptability.  The latest C-Kermit 8.0.201 build:
  30.  
  31.   http://www.columbia.edu/kermit/ckdaily.html
  32.  
  33. is needed on the server end, but any C-Kermit version, 7.0 or later,
  34. as well as the latest Kermit 95 Beta, can serve as the client.  The
  35. details are here:
  36.  
  37.   http://www.columbia.edu/kermit/skermit.html
  38.  
  39. There are also a couple other minor changes:
  40.  
  41.  . If you have a Kermit customization file but no Kermit initialization
  42.    file, the customization file is now executed.  Previously it depended
  43.    on the initialization file to execute it.
  44.  
  45.  . You can now specify an 8-bit CONNECT-mode escape character.
  46.  
  47.  . SHOW VARIABLES now accepts a list of variable names or patterns.
  48.  
  49. The SSH subsystem has been tested with the OpenSSH 3.0.2p1 server and
  50. various clients.  I'd appreciate getting reports back about other SSH v2
  51. servers.  And if you have any other comments, suggestions, bug reports,
  52. etc, please send them quickly because we would like to release C-Kermit
  53. 8.0.201 within a few days.
  54.  
  55. By the way, the K95 Beta test is going well and proceeding quickly.
  56. If you missed it but would like to join now, see:
  57.  
  58.   http://www.columbia.edu/kermit/k95beta.html
  59.  
  60. - Frank
  61.